Add an xm serve command.
authoranthony@rhesis.austin.ibm.com <anthony@rhesis.austin.ibm.com>
Tue, 20 Jun 2006 09:25:20 +0000 (10:25 +0100)
committeranthony@rhesis.austin.ibm.com <anthony@rhesis.austin.ibm.com>
Tue, 20 Jun 2006 09:25:20 +0000 (10:25 +0100)
commitbb62154f4babc7a37583febb335c9bc6a7ba40b6
tree0881cf2c16b115467bb820af9acdfbe7dc33ae3c
parentb908c58770c211c3d841300d7c28a27938018628
Add an xm serve command.

This command proxies the Xend XML-RPC over stdio.  This is similiar to
mercurial's hg serve --stdio command.

The most obvious use of this command is remote XML-RPC invocation over SSH.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
tools/python/xen/xm/main.py